type math/big.decimal
16 uses
math/big (current package)
decimal.go#L27: type decimal struct {
decimal.go#L33: func (d *decimal) at(i int) byte {
decimal.go#L55: func (x *decimal) init(m nat, shift int) {
decimal.go#L104: func shr(x *decimal, s uint) {
decimal.go#L160: func (x *decimal) String() string {
decimal.go#L202: func shouldRoundUp(x *decimal, n int) bool {
decimal.go#L214: func (x *decimal) round(n int) {
decimal.go#L226: func (x *decimal) roundUp(n int) {
decimal.go#L251: func (x *decimal) roundDown(n int) {
decimal.go#L261: func trim(x *decimal) {
ftoa.go#L93: var d decimal // == 0.0
ftoa.go#L169: func roundShortest(d *decimal, x *Float) {
ftoa.go#L199: var lower decimal
ftoa.go#L204: var upper decimal
ftoa.go#L244: func fmtE(buf []byte, fmt byte, prec int, d decimal) []byte {
ftoa.go#L288: func fmtF(buf []byte, prec int, d decimal) []byte {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |